Update docs for fixed credit pricing - #7268
Open
k-finken wants to merge 1 commit into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
dks333
approved these changes
Sep 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replace token-based credit cost descriptions with the new flat per-action prices (25 credits per assistant answer, 250 per automation update, 0 when nothing is produced) and note that the editor and Slack agents are included with Pro and Enterprise.
Test Plan
mint devand review/creditsfor the pricing table and answer/update definitions.mint broken-linksand confirm no failures./assistant/configure,/automations, and/guides/use-automationsfor the updated pricing language.Note
Low Risk
Docs-only changes to billing and product copy; no application code, auth, or data paths are modified.
Overview
Documentation now describes fixed credit prices instead of variable, token-based usage. The
/creditspage is the hub: a pricing table (25 for assistant answers, 250 for automation doc updates, 0 when there’s no answer or no update), definitions of “answer” and “update,” and a note that editor agent and Slack agent use on Pro/Enterprise don’t consume credits. A September 4, 2026 note explains the switch from token-based metering.Related pages are aligned: assistant configure, automations overview/manage, and use automations repeat the flat rates and free no-op runs. Usage estimation is rewritten as simple volume math (questions × 25, updates × 250). Cost-control guidance for scheduled automations emphasizes batching into one paid update per run rather than size-dependent cost.
editor/collaboratedrops the line that@mintlifyreplies count toward editor agent usage;automations/manageno longer warns that an “Everything” manual run uses “significantly more credits.”Reviewed by Cursor Bugbot for commit 3677768. Bugbot is set up for automated code reviews on this repo. Configure here.